This page last changed on Mar 13, 2005 by mroberts.
XSL Transforms are used by the Web Dashboard to generate reports from build log files, for example using the Build Report Build Plugin or XSL Report Build Plugin. The following XSL Transforms are available, saved in the file xsl/transformName.xsl :
Transform Name | Description |
header | Summary information for a build, including whether it passed or failed |
compile | Displays any errors or warnings encountered during compiling .NET projects |
unittests | Shows summary information for any NUnit or JUnit output encountered in the build log |
modifications | Shows any changes to sourcecontrol that were first encountered in this build |
fxcop-summary | Summary information for any FxCop output encountered. Works for output generated by FxCop 1.312 |
fit | Prints summary information for any Fit output encountered in the build log |
tests | Detailed NUnit Report |
AlternativeNUnitDetails | An Alternative NUnit Report |
timing | Detailed NUnit Timing Report |
Nant | Shows any NAnt output as it would have appeared in a console window |
FxCopReport | Detailed information for any FxCop output encountered. Works for output generated by FxCop 1.312. See here for more details. |
NCover | Report for NCover output. Works for NCover.Org version of NCover. See here for more details. |
vil | Report for Vil Metrics. See here for more details. |
You can use your own XSL transforms by just copying them to the xsl folder of the Web Dashboard and then referencing them from a plugin.See the Community Site for more, Community provided, XSL Transforms.
|